home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE08 / DATADICT / APPLYDD.DFM / APPLYDD.txt
Encoding:
Text File  |  1996-02-12  |  7.3 KB  |  373 lines

  1. object ApplyDDform: TApplyDDform
  2.   Left = 302
  3.   Top = 76
  4.   Width = 588
  5.   Height = 446
  6.   ActiveControl = Panel1
  7.   Caption = 'ApplyDDform'
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 580
  20.     Height = 50
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object DBNavigator: TDBNavigator
  24.       Left = 10
  25.       Top = 10
  26.       Width = 291
  27.       Height = 31
  28.       DataSource = MyDataSource
  29.       Ctl3D = False
  30.       ParentCtl3D = False
  31.       TabOrder = 0
  32.     end
  33.   end
  34.   object GroupBox1: TGroupBox
  35.     Left = 18
  36.     Top = 60
  37.     Width = 541
  38.     Height = 337
  39.     Caption = 'GroupBox1'
  40.     TabOrder = 1
  41.     object Label1: TLabel
  42.       Left = 22
  43.       Top = 28
  44.       Width = 85
  45.       Height = 16
  46.       AutoSize = False
  47.       Caption = 'FIRSTNAME'
  48.       FocusControl = EditFIRSTNAME
  49.     end
  50.     object Label4: TLabel
  51.       Left = 22
  52.       Top = 58
  53.       Width = 79
  54.       Height = 16
  55.       AutoSize = False
  56.       Caption = 'CATAGORY'
  57.       FocusControl = EditCATAGORY
  58.     end
  59.     object Label5: TLabel
  60.       Left = 22
  61.       Top = 86
  62.       Width = 103
  63.       Height = 16
  64.       AutoSize = False
  65.       Caption = 'NOTES'
  66.       FocusControl = MemoNOTES
  67.     end
  68.     object Label6: TLabel
  69.       Left = 22
  70.       Top = 151
  71.       Width = 50
  72.       Height = 16
  73.       AutoSize = False
  74.       Caption = 'ADDR1'
  75.       FocusControl = EditADDR
  76.     end
  77.     object Label8: TLabel
  78.       Left = 22
  79.       Top = 203
  80.       Width = 50
  81.       Height = 16
  82.       AutoSize = False
  83.       Caption = 'CITY'
  84.       FocusControl = EditCITY
  85.     end
  86.     object Label12: TLabel
  87.       Left = 22
  88.       Top = 241
  89.       Width = 49
  90.       Height = 16
  91.       AutoSize = False
  92.       Caption = 'EMAIL'
  93.       FocusControl = EditEMAIL
  94.     end
  95.     object Label13: TLabel
  96.       Left = 22
  97.       Top = 273
  98.       Width = 55
  99.       Height = 16
  100.       AutoSize = False
  101.       Caption = 'PHONE'
  102.       FocusControl = EditPHONE
  103.     end
  104.     object Label3: TLabel
  105.       Left = 282
  106.       Top = 26
  107.       Width = 80
  108.       Height = 16
  109.       AutoSize = False
  110.       Caption = 'LASTNAME'
  111.       FocusControl = EditLASTNAME
  112.     end
  113.     object Label7: TLabel
  114.       Left = 360
  115.       Top = 66
  116.       Width = 79
  117.       Height = 16
  118.       Caption = 'Mail statistics'
  119.     end
  120.     object Label17: TLabel
  121.       Left = 372
  122.       Top = 90
  123.       Width = 38
  124.       Height = 16
  125.       Caption = 'Mail In'
  126.     end
  127.     object Label18: TLabel
  128.       Left = 432
  129.       Top = 90
  130.       Width = 46
  131.       Height = 16
  132.       Caption = 'Mail out'
  133.     end
  134.     object Label2: TLabel
  135.       Left = 294
  136.       Top = 156
  137.       Width = 63
  138.       Height = 16
  139.       Caption = 'How many'
  140.     end
  141.     object Label15: TLabel
  142.       Left = 300
  143.       Top = 127
  144.       Width = 51
  145.       Height = 16
  146.       Caption = 'Last one'
  147.       FocusControl = EditLASTMAILTO
  148.     end
  149.     object Label11: TLabel
  150.       Left = 342
  151.       Top = 203
  152.       Width = 25
  153.       Height = 16
  154.       AutoSize = False
  155.       Caption = 'ZIP'
  156.       FocusControl = EditPOSTALCODE
  157.     end
  158.     object Label9: TLabel
  159.       Left = 204
  160.       Top = 205
  161.       Width = 49
  162.       Height = 16
  163.       AutoSize = False
  164.       Caption = 'STATE'
  165.       FocusControl = EditSTATE
  166.     end
  167.     object Label10: TLabel
  168.       Left = 246
  169.       Top = 243
  170.       Width = 103
  171.       Height = 16
  172.       AutoSize = False
  173.       Caption = 'COUNTRY'
  174.       FocusControl = EditCOUNTRY
  175.     end
  176.     object Label14: TLabel
  177.       Left = 258
  178.       Top = 275
  179.       Width = 61
  180.       Height = 16
  181.       AutoSize = False
  182.       Caption = 'Last call'
  183.       FocusControl = EditLASTPHONE
  184.     end
  185.     object EditPHONE: TDBEdit
  186.       Left = 91
  187.       Top = 269
  188.       Width = 140
  189.       Height = 24
  190.       DataField = 'PHONE'
  191.       DataSource = MyDataSource
  192.       MaxLength = 0
  193.       TabOrder = 0
  194.     end
  195.     object EditEMAIL: TDBEdit
  196.       Left = 91
  197.       Top = 237
  198.       Width = 144
  199.       Height = 24
  200.       DataField = 'EMAIL'
  201.       DataSource = MyDataSource
  202.       MaxLength = 0
  203.       TabOrder = 1
  204.     end
  205.     object EditCITY: TDBEdit
  206.       Left = 91
  207.       Top = 199
  208.       Width = 96
  209.       Height = 24
  210.       DataField = 'CITY'
  211.       DataSource = MyDataSource
  212.       MaxLength = 0
  213.       TabOrder = 2
  214.     end
  215.     object EditADDR: TDBEdit
  216.       Left = 91
  217.       Top = 147
  218.       Width = 192
  219.       Height = 46
  220.       DataField = 'ADDR1'
  221.       DataSource = MyDataSource
  222.       MaxLength = 0
  223.       TabOrder = 3
  224.     end
  225.     object MemoNOTES: TDBMemo
  226.       Left = 91
  227.       Top = 86
  228.       Width = 192
  229.       Height = 53
  230.       DataField = 'NOTES'
  231.       DataSource = MyDataSource
  232.       TabOrder = 4
  233.     end
  234.     object EditCATAGORY: TDBEdit
  235.       Left = 121
  236.       Top = 54
  237.       Width = 138
  238.       Height = 24
  239.       DataField = 'CATAGORY'
  240.       DataSource = MyDataSource
  241.       MaxLength = 0
  242.       TabOrder = 5
  243.     end
  244.     object EditFIRSTNAME: TDBEdit
  245.       Left = 121
  246.       Top = 24
  247.       Width = 140
  248.       Height = 24
  249.       DataField = 'FIRSTNAME'
  250.       DataSource = MyDataSource
  251.       MaxLength = 0
  252.       TabOrder = 6
  253.     end
  254.     object EditLASTNAME: TDBEdit
  255.       Left = 373
  256.       Top = 28
  257.       Width = 140
  258.       Height = 24
  259.       DataField = 'LASTNAME'
  260.       DataSource = MyDataSource
  261.       MaxLength = 0
  262.       TabOrder = 7
  263.     end
  264.     object EditLASTMAILTO: TDBEdit
  265.       Left = 361
  266.       Top = 117
  267.       Width = 70
  268.       Height = 24
  269.       DataField = 'LASTMAILTO'
  270.       DataSource = MyDataSource
  271.       MaxLength = 0
  272.       TabOrder = 8
  273.     end
  274.     object EditLASTMFROM: TDBEdit
  275.       Left = 445
  276.       Top = 113
  277.       Width = 70
  278.       Height = 24
  279.       DataField = 'LASTMFROM'
  280.       DataSource = MyDataSource
  281.       MaxLength = 0
  282.       TabOrder = 9
  283.     end
  284.     object EditNumMailFm: TDBEdit
  285.       Left = 366
  286.       Top = 150
  287.       Width = 67
  288.       Height = 24
  289.       DataField = 'NumMailFm'
  290.       DataSource = MyDataSource
  291.       MaxLength = 0
  292.       TabOrder = 10
  293.     end
  294.     object EditNumMailTo: TDBEdit
  295.       Left = 444
  296.       Top = 150
  297.       Width = 67
  298.       Height = 24
  299.       DataField = 'NumMailTo'
  300.       DataSource = MyDataSource
  301.       MaxLength = 0
  302.       TabOrder = 11
  303.     end
  304.     object EditPOSTALCODE: TDBEdit
  305.       Left = 367
  306.       Top = 199
  307.       Width = 108
  308.       Height = 24
  309.       DataField = 'POSTALCODE'
  310.       DataSource = MyDataSource
  311.       MaxLength = 0
  312.       TabOrder = 12
  313.     end
  314.     object EditSTATE: TDBEdit
  315.       Left = 259
  316.       Top = 201
  317.       Width = 72
  318.       Height = 24
  319.       DataField = 'STATE'
  320.       DataSource = MyDataSource
  321.       MaxLength = 0
  322.       TabOrder = 13
  323.     end
  324.     object EditCOUNTRY: TDBEdit
  325.       Left = 331
  326.       Top = 233
  327.       Width = 140
  328.       Height = 24
  329.       DataField = 'COUNTRY'
  330.       DataSource = MyDataSource
  331.       MaxLength = 0
  332.       TabOrder = 14
  333.     end
  334.     object EditLASTPHONE: TDBEdit
  335.       Left = 325
  336.       Top = 271
  337.       Width = 70
  338.       Height = 24
  339.       DataField = 'LASTPHONE'
  340.       DataSource = MyDataSource
  341.       MaxLength = 0
  342.       TabOrder = 15
  343.     end
  344.   end
  345.   object MyDataSource: TDataSource
  346.     Enabled = False
  347.     Left = 287
  348.     Top = 5
  349.   end
  350.   object MyTable: TTable
  351.     DatabaseName = 'xyz'
  352.     Exclusive = True
  353.     Left = 260
  354.     Top = 5
  355.   end
  356.   object MyDatabase: TDatabase
  357.     Connected = True
  358.     DatabaseName = 'xyz'
  359.     DriverName = 'STANDARD'
  360.     Left = 228
  361.     Top = 6
  362.   end
  363.   object MyQuery: TQuery
  364.     DatabaseName = 'xyz'
  365.     Left = 312
  366.     Top = 6
  367.   end
  368.   object DictTable: TTable
  369.     Left = 258
  370.     Top = 18
  371.   end
  372. end
  373.